golang.org/x/text/width.Properties.elem (field)
10 uses
golang.org/x/text/width (current package)
width.go#L100: elem elem
width.go#L111: return p.elem.kind()
width.go#L116: if p.elem&tagNeedsFold != 0 {
width.go#L117: buf := inverseData[byte(p.elem)]
width.go#L128: if k := p.elem.kind(); byte(p.elem) != 0 && (k == EastAsianFullwidth || k == EastAsianWide || k == EastAsianAmbiguous) {
width.go#L129: buf := inverseData[byte(p.elem)]
width.go#L140: if k := p.elem.kind(); byte(p.elem) != 0 && (k == EastAsianHalfwidth || k == EastAsianNarrow) {
width.go#L141: buf := inverseData[byte(p.elem)]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)